home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20041116-20060924
/
000280_slash_dev_slas…_2000@yahoo.com_Sun Mar 19 15:10:59 2006.msg
< prev
next >
Wrap
Internet Message Format
|
2006-09-27
|
2KB
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!postnews.google.com!v46g2000cwv.googlegroups.com!not-for-mail
From: "Mark Sapiro" <slash_dev_slash_null_2000@yahoo.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: set host /pipe ssh
Date: 16 Mar 2006 16:12:31 -0800
Organization: http://groups.google.com
Lines: 30
Message-ID: <1142554351.305120.236350@v46g2000cwv.googlegroups.com>
References: <%VURf.55781$_c.33211@tornado.tampabay.rr.com>
<1142553256.070619.243070@j33g2000cwa.googlegroups.com>
NNTP-Posting-Host: 209.182.169.133
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1142554356 27820 127.0.0.1 (17 Mar 2006 00:12:36 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 17 Mar 2006 00:12:36 +0000 (UTC)
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20060111 Netscape/8.1,gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: v46g2000cwv.googlegroups.com; posting-host=209.182.169.133;
posting-account=iQNWIg0AAAAD2fStXNC9nwGlPdSqjWrI
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15531
Mark Sapiro wrote:
>
> I see the same thing if I do what you're doing. The echoed characters
> are being passed to and echoed by C-Kermit's command prompt and the
> unechoed characters are being passed to ssh's password: prompt. The two
> appear to be competing for your input and the results are
> unpredictable. Instead of /pipe, use /pty as in
Actually, I confused myself in trying to duplicate what you are doing.
The above is not quite right. There are a couple of problems depending
on what you're doing. After you issue the
set host /pipe ssh vm@vm
command, you are still in C-Kermit's command mode. Thus, to answer the
password prompt, you need to use either an output command, or enter
connect mode with a connect command. However, if your intent is to
interact with the remote host, you still want to use /pty and not
/pipe. You can set host and connect in one with for example
set host /connect /pty ssh -e none vm@vm
--
(for email use this address please - you can figure it out)
Mark Sapiro msapiro at value net Any clod can have the facts;
San Francisco Bay Area, California having opinions is an art. -
C. McCabe, The Fearless Spectator